So I've been working with
Django lately, and I continue to be pleased with the preeminent saneness with which it handles the interaction between HTML and Python. Here is the latest example.
Suppose you have an HTML form that your Django backend will be processing. Give each input or select element in your form a name attribute, and whatever
(
Read more... )